@charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}
input, textarea {
  border: none;
  outline: none;
  background-color: transparent;
}
img {
  vertical-align: middle;
}
.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.wd1200 {
  width: 1200px;
  margin: 0 auto;
}
.bw {
  width: 100%;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ovimg, .ibw, .miw, .iml, .imgbig {
  overflow: hidden;
}
.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}
.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.ovimg img {
  width: 100%;
  min-height: 100%;
}
.ibw img {
  width: 100%;
  height: auto;
}
.miw img {
  max-width: 100%;
  max-height: 100%;
}
.iml {
  text-align: center;
}
.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}
.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}
.max1604 {
  max-width: 1634px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.max1403 {
  max-width: 1433px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
/*头部*/
.head1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 28px 0;
}
.head1-index .tel {
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 3.4rem;
  width: 21rem;
  background-size: 45px 50px;
}
.head1-index .tel p:nth-of-type(1) {
  font-size: 0.8rem;
  color: #fff;
}
.head1-index .tel p:nth-of-type(2) {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
}
.head1-index .logo {
  width: 15rem;
}
.head1-index .logo img {
  max-width: 100%;
}
.head1-index .tdao {
  width: 36.5rem;
}
/*内页头部电话*/
.abhead1 {
  padding: 24px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #1b1c20;
}
.head1-index .tel2 {
  width: 18rem;
}
.head1-index .tel2 {
  background: url(../images/tel-orange.png) no-repeat left center;
  padding-left: 3.4rem;
  width: 21rem;
  background-size: 2.25rem 2.5rem;
  line-height: 1.3;
}
.head1-index .tel2 p:nth-of-type(1) {
  font-size: 0.8rem;
  color: #fff;
}
.head1-index .tel2 p:nth-of-type(2) {
  font-size: 1.5rem;
  color: #f05e13;
  font-weight: bold;
}
/*banner*/
/* index style */
.banner {
  position: relative
}
.ban-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 10rem;
  padding-bottom: 11.2rem;
}
.ban-item:before {
  /* content:"";position:absolute;left:0;top:200px;width:34.375%;height:500px;background:url(../images/ban-line.png) no-repeat;-webkit-background-size:100% 100%;-moz-background-size:100% 100%;-ms-background-size:100% 100%;-o-background-size:100% 100%;background-size:100% 100% */
}
.item01 {
  background-image: url("../images/banner_bg.jpg");
  z-index: -1;
}
.ban-base {
  float: right;
  width: 40%;
}
.ban-txt {
  position: relative;
  z-index: 0
}
.ban-txt i {
  position: absolute;
  left: 0;
  top: -10px;
  color: #194036;
  opacity: .06;
  filter: Alpha(opacity=6);
  font-size: 120px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  z-index: -1;
  -webkit-filter: Alpha(opacity=10)
}
.ban-txt a {
  display: block; /* color: #cb251d; */ font-size: 5rem;
  font-weight: 700;
  line-height: 1.1; /* color: #c3311c; */ -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #c3311c, #d3751b);
}
.ban-txt a:hover {
  color: #222222;
  -webkit-text-fill-color: unset;
}
.ban-txt a.txt-font {
  font-size: 3.6rem;
  padding-top: 0.8rem
}
.ban-font p {
  margin-top: 2.5rem;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5;
}
.ban-font p:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("../images/arrow-yellow.png") no-repeat;
  margin-right: 10px
}
.ban-tab {
  overflow: hidden;
  position: absolute;
  left: 8rem;
  bottom: 1.7rem;
  width: 56rem;
}
.ban-tab .slick-list {
  margin-left: -12px
}
.ban-btn {
  margin-top: 5rem;
}
.ban-tab .slick-slide {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(25, 64, 54, .1);
  -moz-box-shadow: 0 10px 20px rgba(25, 64, 54, .1);
  -ms-box-shadow: 0 10px 20px rgba(25, 64, 54, .1);
  -o-box-shadow: 0 10px 20px rgba(25, 64, 54, .1);
  box-shadow: 0 10px 20px rgba(25, 64, 54, .1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 1.1rem 0rem 1.1rem 3rem;
  margin: 1.1rem 1rem 2px 3rem;
}
.tab-list:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  background: -webkit-linear-gradient(left, #265d50 20%, #fff 80%);
  background: -moz-linear-gradient(left, #265d50 20%, #fff 80%);
  background: -o-linear-gradient(left, #265d50 20%, #fff 80%);
  background: linear-gradient(to right, #265d50 20%, #fff 80%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  z-index: -1;
  width: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.tab-pro {
  position: absolute;
  left: -2rem;
  top: 14px;
  width: 54%;
}
.tab-pro img {
  max-width: 100%;
}
.tab-info {
  margin-left: 3rem;
}
.tab-info a {
  display: block;
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.tab-info p {
  color: #000000;
  font-size: 0.9rem;
  margin-top: 15px;
}
.slick-current .tab-list:before, .tab-list:hover:before {
  width: 100%
}
.slick-current .tab-list .tab-info a, .tab-list:hover .tab-info a {
  color: #194036;
  background-image: url(../images/ban-name02.png)
}
.banner .slick-slide {
  outline: 0;
}
.ban-tab .slick-slide {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin: 1.1rem 0.5rem 2px 3rem;
}
.ban-con .slick-next:before, .ban-con .slick-prev:before {
  display: none
}
.ban-con .slick-next, .ban-con .slick-prev {
  font-size: 0;
  top: auto;
  bottom: 3.3rem;
  z-index: 99;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  outline: none;
  border: none;
}
.ban-con .slick-prev {
  background-image: url(../images/arrow-white-border.png);
  right: 21rem;
  right: 22%;
}
.ban-con .slick-prev:hover {
  background-image: url(../images/arrow-white-border.png)
}
.ban-con .slick-next {
  right: 13%;
  background-image: url(../images/arrow-white-border-right.png);
}
.ban-con .slick-next:hover {
  background-image: url(../images/arrow-white-border-right.png)
}
.paging {
  position: absolute;
  z-index: 99;
  bottom: 3rem;
  right: 16.5%;
  color: #adadad;
  font-size: 1.2rem;
  font-family: "Arial";
}
.paging .cur {
  color: #000000;
  font-size: 2.1rem;
  font-weight: 500;
}
.btn-more {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 11.9rem;
  line-height: 2.7;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  overflow: hidden;
  font-size: 1.2rem;
  color: #ffffff;
  background-image: -moz-linear-gradient(180deg, rgb(255 32 40) 0%, rgb(255 12 40) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(255 32 40) 0%, rgb(255 12 40) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(255 32 40) 0%, rgb(255 12 40) 100%);
}
.btn-more:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background: #f0be4d
}
.btn-more:hover:after {
  width: 100%
}
.btn-more:hover {
  color: #255c4f;
  background: #f0be4d
}
.ban-pic {
  float: left;
  width: 40%;
  position: relative;
  margin-top: 1.5rem;
  margin-left: 7.5rem;
}
.ban-pic:after {
  content: "";
  position: absolute;
  left: 10px;
  top: -3.5rem;
  width: 10.55rem;
  height: 31.15rem;
  background: url(../images/banner-pic-circle.png) no-repeat;
  background-size: 100% 100%;
}
.ban-pic span {
  position: absolute;
  left: -5.75rem;
  top: 50%;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.25;
  width: 6rem;
}
.ban-pic img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding-left: 7.5rem;
  max-width: 100%;
}
.ban-pic img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02)
}
@media (min-width: 1700px) {
  .ban-pic {
    width: 43%;
    margin-left: 14rem;
  }
  .ban-base {
    width: 38%;
  }
}
@media (min-width: 1600px) {
  .ban-pic {
    width: 48%;
  }
  .ban-base {
    width: 33%;
  }
}
/**/
.wrap1 {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1599px) {
  .wrap1 {
    width: 94%;
  }
}
@media screen and (max-width: 1399px) {
  .wrap1 {
    width: 96%;
  }
}
.index-txt {
  text-align: center;
}
.index-txt h2 {
  color: #393939;
  font-size: 2.3rem;
  line-height: 1.1;
  font-weight: bold;
}
.index-txt h2:before, .index-txt h2:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 26px;
  background-repeat: no-repeat;
  margin-top: -6px;
}
.index-txt h2:before {
  background-image: url(../images/index-txt-h2.png);
  margin-right: 20px;
}
.index-txt h2:after {
  background-image: url(../images/index-txt-h2-hover.png);
  margin-left: 20px;
}
.index-txt p {
  color: #808080;
  font-size: 18px;
  line-height: 30px;
  margin-top: 1rem;
}
.index-hot {
  padding-top: 3rem;
}
.hot-pro {
  position: relative;
}
.hot-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 36%;
}
.hot-txt h2, .base-txt h2 {
  color: #333;
  font-size: 46px;
  line-height: 1.1;
}
.hot-txt p, .base-txt p {
  color: #666;
  font-size: 18px;
  line-height: 36px;
  margin-top: 26px;
}
.hot-con {
  float: left;
}
.hot01 {
  width: 30%;
}
.hot02 {
  width: 30%;
  margin: 0 5%;
}
.hot03 {
  width: 30%;
  position: relative;
}
.index-hot .index-txt {
  margin-bottom: 20px;
}
.hot03:before {
  content: "";
  position: absolute;
  right: 0;
  top: -108px;
  width: 464px;
  height: 264px;
  background: url(../images/dot-hot.png) no-repeat;
}
.hot-pic {
  display: block;
  position: relative;
  overflow: hidden;
}
.hot-pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 100%;
}
.hot-pic img:hover {
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.hot01 .hot-pic {
  padding-top: 68%;
}
.hot02 .hot-pic {
  padding-top: 68%;
}
.hot03 .hot-pic {
  padding-top: 68%;
}
.hot-font {
  margin: 25px 0;
}
.hot-font a {
  display: block;
  color: #393939;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hot-font a:hover {
  color: #ffd147;
}
.hot-font a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(../images/hot-font.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: -1px 10px 0 -4px;
}
.hot-font p {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 12px;
  padding-left: 36px;
}
.index-hot ul {
  margin-left: -2.6%;
  margin-top: 30px;
}
.index-hot ul li {
  float: left;
  width: 22.4%;
  margin-left: 2.6%;
  z-index: 0;
}
.hot-list {
  padding: 10px;
  position: relative;
}
.hot-list:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background: url(../images/hot-list.png) no-repeat bottom left;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}
.hot-yd .hot-list:before {
  background-image: url(../images/hot-lists.png);
}
.hot-list .hot-pic {
  padding-top: 66.7%;
}
.index-pice {
  position: relative;
  margin-top: 80px;
}
.index-pice .pice {
  position: absolute;
  left: 34%;
  top: 50px;
  width: 56%;
}
.index-pice .pice h2 {
  font-size: 46px;
  color: #fff;
}
.index-pice .pice p {
  font-size: 18px;
  color: #dcdcdc;
  margin-top: 20px;
}
.plist1 {
  flex-wrap: wrap;
}
.plist1 .hot-con {
  width: 30%;
}
/**/
.index-case, .index-new {
  margin-top: 3.5rem
}
.index-case {
  overflow: hidden
}
.index-case .txt, .index-pro .txt {
  font-size: 14px;
  color: #999;
  text-align: center
}
.index-pro .txt a {
  color: #999;
}
.index-pro .txt a:hover {
  color: #da251d;
}
.index-pro {
  background: url(../images/index-pro-bg.jpg) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  padding: 3.5rem 0;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 10px;
  width: 10px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: 0
}
.slick-dots li button:focus {
  outline: 0
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  filter: alpha(opacity=25);
  -moz-opacity: .25;
  -khtml-opacity: .25;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  -khtml-opacity: .75;
  opacity: .75
}
.slick-dots li button {
  background: #fff;
  border-radius: 50%
}
.slick-slider .slick-active button {
  background: #1d437b;
  background: -webkit-linear-gradient(left, #1d437b, #3c74af);
  background: -o-linear-gradient(right, #1d437b, #3c74af);
  background: -moz-linear-gradient(right, #1d437b, #3c74af);
  background: -moz-linear-gradient(left, #1d437b, #3c74af);
  background: -o-linear-gradient(left, #1d437b, #3c74af);
  background: linear-gradient(to right, #1d437b, #3c74af);
  width: 35px;
  border-radius: 20px;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out
}
.caroursel {
  margin: 30px auto 100px
}
.index-pro .index-cp .slick-dots {
  bottom: 50px
}
.index-pro .index-cp .slick-dots button {
  opacity: 1;
  background: #3c74af;
  border-radius: 20px;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.index-pro .index-cp .slick-dots .slick-active button {
  background: #1d437b;
  opacity: 1;
  background: -webkit-linear-gradient(left, #1d437b, #3c74af);
  background: -o-linear-gradient(right, #1d437b, #3c74af);
  background: -moz-linear-gradient(right, #1d437b, #3c74af);
  background: -moz-linear-gradient(left, #1d437b, #3c74af);
  background: -o-linear-gradient(left, #1d437b, #3c74af);
  background: linear-gradient(to right, #1d437b, #3c74af);
  width: 40px;
  border-radius: 20px;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.ind-box {
  background: #fff;
  margin-top: 40px;
  border-radius: 60px;
  padding: 50px 8% 70px 3%;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, .3)
}
.ind-box:before {
  width: 135px;
  height: 153px;
  content: "";
  display: block;
  background: url(../images/ind-box-before.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  right: -50px;
  top: 68px
}
.ind-box:after {
  width: 408px;
  height: 221px;
  content: "";
  display: block;
  background: url(../images/ind-box-after.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  right: -10px;
  bottom: -10px
}
.ind-box .left-box {
  float: left;
  width: 65%;
  margin-left: -15%;
  position: relative;
  z-index: 5
}
.ind-box .left-box:after {
  width: 470px;
  height: 572px;
  background: url(../images/ind-box-left-box.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 16%;
  z-index: -1
}
.ind-box .left-box img {
  width: 100%;
}
.ind-box .right-box {
  float: right;
  width: 45%;
  margin-left: 5%
}
.ind-box .right-box h3 a {
  font-weight: 700;
  font-size: 3rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #ce291d, #ff1a29);
  position: relative
}
.ind-box .right-box h3 a:after {
  /* background:#ce291d;width:140px;height:2px;background:-webkit-linear-gradient(left,#6b9ee3,#fff);background:-o-linear-gradient(right,#6b9ee3,#fff);background:-moz-linear-gradient(right,#6b9ee3,#fff);background:-moz-linear-gradient(left,#6b9ee3,#fff);background:-o-linear-gradient(left,#6b9ee3,#fff);background:linear-gradient(to right,#6b9ee3,#fff);display:block;content:"";position:absolute;left:0;bottom:-10px */
}
.ind-box .right-box .ul-ws {
  margin-top: 40px;
  margin-left: -3%
}
.ind-box .right-box .ul-ws li {
  float: left;
  width: 47%;
  margin-left: 3%
}
.ind-box .right-box .ul-ws li p {
  font-size: 1.2rem;
  color: #333
}
.ind-box .right-box .ul-ws li span {
  font-size: 1.8rem;
  color: #ff1a29;
  position: relative;
  display: block;
  line-height: 93px;
  margin-top: 30px;
  font-weight: 500
}
.ind-box .right-box .ul-ws li span::before {
  position: absolute;
  content: "";
  display: block;
  width: 161px;
  height: 93px;
  background: url(../images/ind-box-right-box-ul-ws.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  left: -13%
}
.ind-box .right-box .wl-tu {
  margin-top: 35px
}
.ind-box .right-box .wl-tu p {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px
}
.ind-box .right-box .wl-tu span {
  font-size: 20px;
  color: #333;
  display: block;
  line-height: 1.5
}
.ind-box .right-box .wl-tu ul {
  margin-top: 20px
}
.ind-box .right-box .wl-tu li {
  float: left;
  width: 31.33%;
  margin-right: 2%
}
.ind-box-js p {
  font-size: 18px;
  color: #666;
  line-height: 1.5em;
  margin-top: 10px;
  padding-left: 20px;
  background: url(../images/ind-box-js.png) no-repeat left center
}
.bj-zx {
  position: absolute;
  right: 80px;
  bottom: 45px;
  text-align: center;
  z-index: 2
}
.bj-zx img {
  margin: 0 auto
}
.bj-zx span {
  display: block;
  cursor: pointer;
  font-size: 30px;
  color: #fff;
  font-weight: 700
}
.index-case .case-tit, .index-new .new-tit, .index-pro .pro-tit {
  font-size: 14px;
  color: #a3a3a3;
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-transform: uppercase
}
.index-case .case-tit:before, .index-new .new-tit:before, .index-pro .pro-tit:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 8rem;
  background: #a3a3a3;
  position: absolute;
  left: 30%;
  top: 10px
}
.index-case .case-tit:after, .index-new .new-tit:after, .index-pro .pro-tit:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 8rem;
  background: #a3a3a3;
  position: absolute;
  right: 30%;
  top: 10px
}
.index-case h2, .index-new h2, .index-pro h2 {
  text-align: center;
  margin: 20px auto
}
.index-case h2 a, .index-new h2 a, .index-pro h2 a {
  font-size: 2.3rem;
  color: #000;
  display: inline;
  text-align: center
}
.index-pro h2 a {
  color: #fff;
  font-weight: bold;
}
.index-pro h2 a:hover {
  -webkit-animation: jello 1s both;
  -moz-animation: jello 1s both;
  -o-animation: jello 1s both;
  animation: jello 1s both;
  color: #6b9ee3
}
@-webkit-keyframes jello {
  11.1%, from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}
@-moz-keyframes jello {
  11.1%, from, to {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  22.2% {
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -moz-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}
@-o-keyframes jello {
  11.1%, from, to {
    transform: translate3d(0, 0, 0)
  }
  22.2% {
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -o-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -o-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    -o-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}
@keyframes jello {
  11.1%, from, to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
    -o-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    -moz-transform: skewX(.390625deg) skewY(.390625deg);
    -o-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    -o-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}
@media screen and (max-width:1400px) {
  .ind-box .right-box h3 a {
    font-size: 40px
  }
  .ind-box .left-box {
    width: 55%;
    margin-left: -13%
  }
  .ind-box .right-box h3 a {
    font-size: 40px
  }
  .ind-box .left-box {
    width: 55%;
    margin-left: -13%
  }
  .ind-box:before {
    right: -50px
  }
  .ind-box .right-box .ul-ws li p, .ind-box .right-box .wl-tu p {
    font-size: 20px
  }
  .ind-box .right-box .wl-tu span, .nav-list li a {
    font-size: 18px
  }
}
.index-pro-bg {
  background: #f0f3fa;
  padding: 3rem 0;
}
.index-pro-lw {
  margin-top: 4rem
}
.index-pro-lw ul {
  margin-left: -2%
}
.index-pro-lw li {
  float: left;
  background: #fff;
  width: 31%;
  margin-left: 2%;
  padding-bottom: 5rem;
  padding-left: 33px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(39, 23, 23, .1);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin-bottom: 8rem;
}
.index-pro-lw li:after {
  background: url(../images/index-pro-lw-after.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  width: 217px;
  height: 318px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0
}
.index-pro-lw li:before {
  background: url(../images/index-pro-lw-before.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  width: 194px;
  height: 162px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0
}
.index-pro-lw li .img {
  margin-top: -70px;
  z-index: 5;
  position: relative;
  margin-right: 22px;
  max-width: 100%;
}
.index-pro-lw li .img a {
  display: block;
  position: relative;
  padding-top: 77%;
}
.index-pro-lw li .img a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* height: 100%; */
}
.index-pro-lw li:hover {
  box-shadow: 10px 10px 15px #ddd;
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  transform: translate(0, -3px);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.index-pro-lw li h3 a {
  font-size: 24px;
  color: #1d427a;
  font-weight: 700;
  z-index: 5;
  position: relative
}
.index-pro-lw li .box {
  margin-top: 20px
}
.index-pro-lw li .box p {
  margin-top: 8px;
  z-index: 5;
  position: relative
}
.index-pro-lw li .box p span {
  font-size: 16px;
  color: #333
}
.index-pro-lw li .more {
  position: absolute;
  right: -20px;
  bottom: -15px
}
.index-pro-lw li .more img {
  max-width: 100%;
}
.index-pro-lw li:hover .more {
  -webkit-animation: bounce 1s both;
  -moz-animation: bounce 1s both;
  -o-animation: bounce 1s both;
  animation: bounce 1s both
}
@-webkit-keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}
@-moz-keyframes bounce {
  20%, 53%, 80%, from, to {
    -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  40%, 43% {
    -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -moz-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -moz-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    -moz-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}
@-o-keyframes bounce {
  20%, 53%, 80%, from, to {
    -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 0, 0)
  }
  40%, 43% {
    -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    transform: translate3d(0, -4px, 0)
  }
}
@keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}
.index-pro-lw li .index-new .zy {
  text-align: center;
  margin-left: -20px
}
.index-new .zy {
  text-align: center;
  margin-left: -20px
}
.index-new .zy a {
  font-size: 18px;
  color: #000;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px 30px;
  margin-left: 20px
}
.index-new .zy a.mouse {
  background: #1d437b;
  background: -webkit-linear-gradient(left, #1d437b, #3c74af);
  background: -o-linear-gradient(right, #1d437b, #3c74af);
  background: -moz-linear-gradient(right, #1d437b, #3c74af);
  background: -moz-linear-gradient(left, #1d437b, #3c74af);
  background: -o-linear-gradient(left, #1d437b, #3c74af);
  background: linear-gradient(to right, #1d437b, #3c74af);
  color: #fff;
  border: 1px solid #fff
}
.index-new ul {
  margin-left: -6%;
  margin-top: 15px;
  display: none
}
.index-new ul.on {
  display: block
}
.index-new li {
  float: left;
  width: 38%;
  margin-left: 12%;
  margin-top: 40px
}
.index-new li .box:hover {
  box-shadow: 10px 10px 15px #ddd;
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  transform: translate(0, -3px)
}
.index-new li .box:hover strong a {
  color: #ed1c24
}
.index-new li .date {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
  margin-left: 100px
}
.index-new li .box {
  background: #fff;
  position: relative;
  padding: 20px 30px 25px 100px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-radius: 10px;
  border-bottom-right-radius: 10px
}
.index-new li .box h3 {
  font-weight: 700
}
.index-new li .box h3 a {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block
}
.index-new li:hover .box h3 a {
  color: #da251d
}
.index-new li .box p {
  font-size: 12px;
  color: #888;
  margin-top: 20px;
  line-height: 24px;
  position: relative;
  height: 53px;
  padding-bottom: 5px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.index-new li .box p span {
  width: 53px;
  background: #888;
  height: 1px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0
}
.index-new li:hover .box p span {
  background: #da251d;
  height: 2px;
  animation: newSp 1s linear infinite;
  -moz-animation: newSp 1s linear infinite;
  -webkit-animation: newSp 1s linear infinite;
  -o-animation: newSp 1s linear infinite
}
@-moz-keyframes newSp {
  0%, 100% {
    right: -15px
  }
  50% {
    right: 0
  }
}
@-o-keyframes newSp {
  0%, 100% {
    right: -15px
  }
  50% {
    right: 0
  }
}
@keyframes newSp {
  0%, 100% {
    right: -15px
  }
  50% {
    right: 0
  }
}
@-webkit-keyframes newSp {
  0%, 100% {
    right: -15px
  }
  50% {
    right: 0
  }
}
.index-new li .box .new-img {
  position: absolute;
  left: -15%;
  top: -30px;
  width: 30%;
  border-radius: 10px;
  overflow: hidden
}
.index-new li .box .new-img img {
  width: 100%
}
.index-new li:hover .box .new-img img {
  animation: newMg 1s linear;
  -moz-animation: newMg 1s linear;
  -webkit-animation: newMg 1s linear;
  -o-animation: newMg 1s linear
}
@-webkit-keyframes newMg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@-moz-keyframes newMg {
  0% {
    -moz-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -moz-transform: scale(1.1);
    transform: scale(1.1)
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1)
  }
}
@-o-keyframes newMg {
  0% {
    -o-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -o-transform: scale(1.1);
    transform: scale(1.1)
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes newMg {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}
/* 视频 */
.index-green {
  position: relative;
  z-index: 0;
  background: url(../images/index-green.png);
  margin-top: 40px
}
.index-green:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background-color: rgba(240, 190, 77, .5);
  z-index: -1
}
.green-show {
  padding: 46px 60px 0;
  width: 50%
}
.green-show strong {
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
  display: block;
  margin-bottom: 40px
}
.btn-price {
  display: inline-block;
  width: 280px;
  line-height: 70px;
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  color: #333;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  z-index: 0
}
.btn-price:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  background: rgba(255, 255, 255, .1);
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}
.btn-price:hover:before {
  background: rgba(240, 190, 77, .1)
}
.green-info {
  background: #da4a25;
  background-image: -moz-linear-gradient(180deg, rgb(255 32 40) 99%, rgb(255 32 40) 99%);
  background-image: -webkit-linear-gradient(180deg, rgb(255 32 40) 99%, rgb(255 32 40) 99%);
  background-image: -ms-linear-gradient(180deg, rgb(255 32 40) 99%, rgb(255 32 40) 99%);
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  padding: 60px 30px;
  text-align: center
}
.green-info p {
  position: relative;
  color: #e8e8e8;
  font-size: 18px;
  line-height: 2;
  padding-left: 24px;
  margin-bottom: 24px;
  text-align: left
}
.green-info p:before {
  /* content:"";position:absolute;left:0;top:13px;width:12px;height:12px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;border:2px solid #f0be4d */
}
.green-info a {
  margin-top: 20px;
  margin-bottom: 12px
}
.green-pic {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%
}
.green-pic img {
  -webkit-object-fit: cover;
  object-fit: cover
}
.video-base {
  float: left;
  width: 55%;
}
.video-con2 {
  margin-top: 0;
  position: relative;
}
.video-btn2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
.video-btn2 img {
  position: absolute;
  width: 140px;
  height: 140px;
  left: 50%;
  top: 50%;
  margin-left: -70px;
  margin-top: -70px;
  z-index: 99;
}
.video-con2 video {
  width: 100%;
  height: auto;
}
/*案例*/
.index-case {
  position: relative;
  z-index: 10;
}
.index-case:before {
  content: "";
  position: absolute;
  left: 120px;
  top: 20px;
  width: 260px;
  height: 243px;
  background: url(../shuimg/case-icon.png) no-repeat;
  z-index: -1
}
.txt-name {
  float: left;
  width: 700px
}
.txt-name h2 {
  color: #393939;
  font-size: 46px;
  line-height: 1.1;
  text-align: left;
  margin: 0;
  font-weight: bold;
}
.txt-name p {
  color: #393939;
  font-size: 18px;
  line-height: 36px;
  margin-top: 20px
}
.txt-btn {
  float: right;
  margin-top: 50px
}
.txt-btn span, .txt-btn a {
  display: inline-block;
  line-height: 60px;
  padding: 0 40px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  background-color: #ff1a29;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  cursor: pointer;
  position: relative
}
.txt-btn span:after, .txt-btn a:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px dashed #f0be4d;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.txt-btn span:hover:after, .txt-btn a:hover:after {
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px
}
.case-no {
  display: none
}
.case-link {
  margin-left: -3%;
  margin-top: 40px
}
.case-link li {
  float: left;
  width: 30.3%;
  margin-left: 3%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.case-pic {
  margin-right: 7%
}
.case-pic a {
  display: block;
  position: relative;
  padding-top: 75%
}
.case-pic a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.case-info {
  position: relative;
  padding: 26px 30px;
  margin-left: 6%;
  margin-top: -50px;
  background: url(../images/case-info.png) left top;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
  margin-bottom: 35px;
}
.case-info:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #ff1a29;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.case-info h3 a {
  display: block;
  color: #333;
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 32px
}
.case-info h3 a:hover {
  color: #ff1a29
}
.case-info p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin-top: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.case-info p:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 1px solid #ff1a29;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: -3px
}
.case-more {
  position: absolute;
  right: 30px;
  top: 26px
}
.case-more img {
  width: 32px;
  height: auto
}
.case-link li:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px)
}
.case-link li:hover .case-info:before {
  width: 100%
}
/*选择我们的优势*/
.index-video {
  padding-bottom: 200px;
  margin-top: 80px;
  position: relative;
}
.index-video:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 500px;
  background: url(../images/index-video-before.jpg) no-repeat bottom center;
  z-index: -1;
}
.index-video .wrap1 {
  position: relative;
}
.video-base {
  float: left;
  width: 55%;
}
.video-wz {}
.video-wz b {
  display: block;
  font-size: 2.4rem;
  color: #323136;
  line-height: 1;
}
.video-wz span {
  display: block;
  font-size: 18px;
  color: #323136;
  padding-top: 30px;
}
.video-con {
  margin-top: 46px;
  position: relative;
}
.video-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
.video-btn img {
  position: absolute;
  width: 140px;
  height: 140px;
  left: 50%;
  top: 50%;
  margin-left: -70px;
  margin-top: -70px;
  z-index: 99;
}
.video-con video {
  width: 100%;
  height: auto;
}
.video-link {
  margin-top: 54px;
}
.video-link strong {
  display: block;
  font-weight: bold;
  color: #FFF;
  font-size: 36px;
  line-height: 1.1;
  text-align: left;
  position: relative; /* top: -32px; */
}
.video-link span {
  display: inline-block;
  margin-top: 60px;
  line-height: 70px;
  width: 260px;
  text-align: center;
  background: -webkit-linear-gradient(left, #FB2740 0%, #FE5F60 100%);
  background: -moz-linear-gradient(left, #FB2740 0%, #FE5F60 100%);
  background: -ms-linear-gradient(left, #FB2740 0%, #FE5F60 100%);
  background: -o-linear-gradient(left, #FB2740 0%, #FE5F60 100%);
  background: linear-gradient(to right, #FB2740 0%, #FE5F60 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FB2740, endColorstr=#FE5F60, GradientType=1);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-box-shadow: 0 0 30px rgba(251, 39, 64, .2);
  -moz-box-shadow: 0 0 30px rgba(251, 39, 64, .2);
  -ms-box-shadow: 0 0 30px rgba(251, 39, 64, .2);
  -o-box-shadow: 0 0 30px rgba(251, 39, 64, .2);
  box-shadow: 0 0 30px rgba(251, 39, 64, .2);
  color: #FFF;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.video-link span:hover {
  margin-left: 8px;
}
.video-info {
  float: right;
  width: 55%;
  position: relative;
  padding: 5rem 3.4rem 3.25rem 11.2rem;
  color: #DCDCDC;
  font-size: 16px;
  line-height: 36px;
  position: absolute;
  right: 0;
}
.video-info:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #ff1a29;
  z-index: -1;
  border-bottom-left-radius: 100px;
}
.video-info li {
  margin-bottom: 2.25rem;
}
.video-info strong {
  display: block;
  color: #FFF;
  font-size: 24px;
}
.video-info strong i {
  display: inline-block;
  color: #F0BE4D;
  margin-right: 20px;
}
.video-info p {
  margin-top: 18px;
  color: #ffffff;
}
.qq_btn {
  position: absolute;
  bottom: 2%;
  right: 25%;
}
/*新闻*/
.index-news {
  margin-top: 100px;
}
.index-news .index-txt {
  margin-bottom: 40px;
}
.news-box {
  float: left;
  width: 47%;
}
.box-fr {
  margin-left: 6%;
}
.news-txt {
  line-height: 40px;
}
.txt-more {
  float: right;
  width: 50px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
}
.txt-more:hover {
  margin-right: -5px;
}
.txt-con {
  overflow: hidden;
  display: block;
  color: #333;
  font-size: 30px;
  font-weight: bold;
}
.txt-con:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 49px;
  height: 34px;
  background: url(../images/txt-con.png) no-repeat;
  margin-right: 15px;
  margin-top: -2px;
}
.txt-con:hover {
  color: #ff1a29;
}
.box-hot {
  margin-top: 30px;
}
.box-hot li {
  padding: 20px;
  background-color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 15px rgba(37, 92, 79, .15);
  -moz-box-shadow: 0 3px 15px rgba(37, 92, 79, .15);
  -ms-box-shadow: 0 3px 15px rgba(37, 92, 79, .15);
  -o-box-shadow: 0 3px 15px rgba(37, 92, 79, .15);
  box-shadow: 0 3px 15px rgba(37, 92, 79, .15);
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.box-pic {
  float: left;
  width: 200px;
}
.box-pic a {
  display: block;
  position: relative;
  padding-top: 66.3%;
  overflow: hidden;
}
.box-pic a:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 20px;
  left: -200px;
  width: 240px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.box-pic a:hover:before {
  margin-left: 400px;
}
.box-pic a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.box-info {
  display: block;
  overflow: hidden;
  padding: 6px 20px;
}
.box-info a {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box-info a:hover {
  color: #ff1a29;
}
.box-info p.box-font {
  line-height: 26px;
  height: 52px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box-info span {
  display: inline-block;
  color: #AAA;
  font-size: 16px;
  margin-top: 12px;
}
.box-more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #ff1a29;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -ms-border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.box-more:hover {
  width: 50px;
}
.box-list li {
  line-height: 34px;
  margin-top: 40px;
}
.box-list li span {
  float: right;
  width: 90px;
  margin-left: 20px;
  color: #AAA;
  font-size: 16px;
}
.box-list li a {
  display: block;
  overflow: hidden;
  color: #666;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.box-list li a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: url(../images/box-list.png) no-repeat;
  margin-right: 8px;
  margin-top: -6px;
}
.box-list li:hover a {
  margin-left: 4px;
  color: #ff1a29;
}
/*留言*/
.index-cont {
  margin-top: 100px;
  position: relative;
  padding: 55px 66px;
  z-index: 1;
}
.index-cont:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 82%;
  height: 100%;
  background-color: #ff1a29;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  z-index: -1;
}
.index-cont:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 277px;
  height: 418px;
  background: url(../images/index-cont.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.cont-font {
  float: left;
  color: #FFF;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-left: 32px;
  margin-top: -10px;
}
.cont-font p {
  margin-top: 30px;
}
.cont-font i {
  display: inline-block;
  color: #fff;
  font-style: initial;
}
.cont-edit {
  float: left;
  margin-left: 20px;
}
.edit-text, .edit-area, .edit-btn {
  float: left;
  margin-left: 30px;
}
.edit-text {
  margin-top: -30px;
}
.edit-text label {
  display: block;
  margin-top: 30px;
  position: relative;
}
.edit-text label i {
  position: absolute;
  color: #FF3434;
  top: 16px;
  right: 10px;
  font-size: 20px;
}
.edit-text label input, .edit-area textarea {
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid #FFF;
  width: 260px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  padding: 17px 16px;
}
.edit-area label {
  display: block;
}
.edit-area textarea {
  line-height: 36px;
  height: 150px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.edit-btn button {
  position: relative;
  background: -webkit-linear-gradient(left, #F0BE4D 0%, #FBDA8F 50%, #F0BE4D 100%);
  background: -moz-linear-gradient(left, #F0BE4D 0%, #FBDA8F 50%, #F0BE4D 100%);
  background: -ms-linear-gradient(left, #F0BE4D 0%, #FBDA8F 50%, #F0BE4D 100%);
  background: -o-linear-gradient(left, #F0BE4D 0%, #FBDA8F 50%, #F0BE4D 100%);
  background: linear-gradient(to right, #F0BE4D 0%, #FBDA8F 50%, #F0BE4D 100%);
  width: 150px;
  height: 146px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.edit-btn button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  height: 100%;
  background-color: #A47A1A;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.edit-btn button:hover {
  height: 154px;
  color: #ff1a29;
}
.edit-btn button:hover:before {
  top: 0
}
.edit-text ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 1);
}
.edit-text ::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 1);
}
.edit-text ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 1);
}
.edit-text ::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 1);
}
.edit-area ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 1);
}
.edit-area ::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 1);
}
.edit-area ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 1);
}
.edit-area ::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 1);
}
.m33 {
  border: 1px solid #fff;
  border-radius: 4px;
}
.form-control1 {
  padding: 17px 16px;
  font-weight: bold;
  font-size: 18px;
  width: 120px;
}
/*底部*/
.index-link {
  position: relative;
  padding: 50px 0;
  background-color: #fff;
  z-index: 0;
}
.index-link:before {
  content: "";
  position: absolute;
  left: 106px;
  top: -130px;
  right: 0;
  bottom: 0;
  background-color: #393B45;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -ms-border-bottom-left-radius: 20px;
  -o-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: -1;
}
.link-con {
  float: left;
  width: 20%;
  margin-left: 10.333%;
}
.link-fl {
  margin-left: 0;
}
.link-con a {
  color: #ffffff;
  font-size: 16px;
  line-height: 46px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.link-con a:hover {
  color: #FFF;
  font-size: 17px;
}
.link-con dt {
  margin-bottom: 20px;
}
.link-con dt a {
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
}
.link-con dt a:hover {
  color: #ff1a29;
  font-size: 30px;
}
.link-care {
  float: right;
  width: 480px;
  margin-top: 10px;
}
.link-care p {
  color: #FFF;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 36px;
}
.link-care p strong {
  color: #ff1a29;
  font-size: 30px;
  padding-left: 5px;
  position: relative;
  top: 2px;
}
.link-care p.care-txt {
  color: #f2f2f3;
  font-size: 24px;
}
.index-foot {
  background-color: #fff;
  padding: 20px 0 40px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.foot-link a {
  display: inline-block;
  color: #666;
  margin-right: 12px;
}
.foot-link a:hover {
  color: #ff1a29;
}
.index-foot p {
  margin-top: 20px;
}
.index-foot p a {
  color: #ff1a29;
  margin: 0 12px;
}
.index-foot p a:hover {
  text-decoration: underline;
}
.index-footer {
  background-color: #34363B;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding: 18px 0;
}
.flx1 p {
  color: #ffffff;
  font-size: 16px;
  line-height: 46px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.flx2 p img {
  max-width: 100%;
}
/*link*/
/* 友情链接 */
.c-link {
  padding: 20px 0;
  font-size: 18px;
  color: #2e3340;
  line-height: 24px;
}
.c-link .con {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.c-link span {
  cursor: pointer;
  display: block;
  width: 10%;
}
.c-link dd {
  width: calc(100% - 70px)
}
.c-link .sec {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: rgba(255, 255, 255, .6);
  padding: 10px;
  min-width: 120px;
  z-index: 999;
}
.c-link a {
  color: #2a333c;
  padding: 0 4px;
  font-size: 14px;
  line-height: 24px;
  display: block;
  float: left;
}
.cop-index {
  color: #2e3340;
  font-size: 18px;
  line-height: 2.1;
}
.cop-index a {
  color: #2e3340;
}
@media screen and (max-width:4000px) and (min-width:2000px) {
  .ban-item:before {
    width: 38%
  }
  .about-union:before {
    display: none;
  }
}
@media screen and (max-width:1919px) {
  .item01 {
    background: url(../images/banner-bg-1919.jpg) center
  }
  .item01 {
    background-size: cover
  }
  .nav li {
    margin-right: 20px
  }
  .ban-txt a {
    font-size: 80px
  }
  .ban-txt i {
    font-size: 100px
  }
  .ban-con .slick-prev {}
  .paging {
    font-size: 0.8rem;
    bottom: 3.4rem;
    right: 13.5%;
  }
  .paging .cur {
    font-size: 1.5rem;
  }
  .ban-con .slick-prev {
    right: 18%;
  }
  .ban-con .slick-next {
    right: 10%;
  }
  .tab-list {}
  .link-con {
    margin-left: 9%
  }
  .index-cont:before {
    width: 95%
  }
  .index-cont {
    padding: 55px 5% 55px 15%
  }
  .vie-info li {
    margin-top: 50px
  }
  .page-top .page-right .box {
    margin-top: 40px
  }
  .index-pice .pice {
    top: 20px
  }
  .pice-bottom {
    margin-top: 20px
  }
  .pice-bottom .piceLeft strong {
    font-size: 22px
  }
  .tab-list {}
  /* .tab-pro{width:44%;left:-53px;top:16px} */
}
@media screen and (max-width:1699px) {
  .ban-txt a.txt-font {
    padding-top: 1%
  }
}
@media screen and (max-width:1599px) {
  .wrap {
    width: 94%;
    margin: 0 auto;
  }
  .ban-base {
    width: 28%;
  }
  .ban-pic:after {
    top: -6.5rem;
  }
  /* .tab-pro{width:48%} */
  .ban-txt a {
    font-size: 60px
  }
  .ban-txt a.txt-font {
    font-size: 55px
  }
  .ban-txt i {
    font-size: 72px
  }
  .ban-item:before {
    top: 175px;
    width: 32%
  }
  .ban-pic { /* width:50%; */ /* margin-right:8%; */
  }
  .ban-tab {
    left: 0;
  }
  .ban-con .slick-prev {}
  .ban-con .slick-next {}
  .paging {}
  .tab-info a {
    font-size: 16px
  }
  .tab-info p {
    font-size: 14px;
    margin-top: 5px
  }
  .tab-list { /* padding:20px 10px 25px 70px */
  }
  .cont-font {
    font-size: 24px;
    margin-left: 12px;
  }
  .form-control1 {
    width: 100px;
  }
}
@media screen and (max-width:1499px) {
  .about-txt p i {
    display: none
  }
}
@media screen and (max-width:1399px) {
  .wrap {
    width: 96%;
    margin: 0 auto;
  }
  .index-news {
    margin-top: 25%;
  }
  .ban-pic span {
    font-size: 20px
  }
  .tab-list { /* padding:16px 12px 16px 50px */
  }
  /* .tab-pro{top:15px} */
  .ban-con .slick-next, .ban-con .slick-prev {}
  .paging {}
  .type-txt a {
    font-size: 28px
  }
  .type-link {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px
  }
  .type-txt {
    padding-left: 10px
  }
  .ban-txt a {
    font-size: 48px
  }
  .ban-txt a.txt-font {
    font-size: 46px
  }
}
@media screen and (max-width: 1919px) {
  .item01 {
    background: url("../images/banner-bg-1919.jpg") center
  }
  .item01 {
    background-size: cover
  }
  .nav li {
    margin-right: 20px;
  }
  .btn-more {
    width: 145px;
    line-height: 48px;
    font-size: 20px;
  }
  .ban-btn {
    margin-top: 100px;
    margin-left: 36%;
  }
  .ban-txt a {
    font-size: 80px;
  }
  .ban-txt i {
    font-size: 100px;
  }
  .ban-con .slick-prev {
    margin-left: -750px;
  }
  .paging {
    margin-left: -660px;
  }
  .tab-list { /* padding: 20px 10px 25px 90px; */ /* margin: 22px 0px 22px 70px; */
  }
  .link-con {
    margin-left: 9%;
  }
  .index-cont:before {
    width: 95%;
  }
  .index-cont {
    padding: 55px 5% 55px 15%;
  }
  .vie-info li {
    margin-top: 50px;
  }
  .page-top .page-right .box {
    margin-top: 40px;
  }
  .index-pice .pice {
    top: 20px;
  }
  .pice-bottom {
    margin-top: 20px;
  }
  .pice-bottom .piceLeft strong {
    font-size: 22px;
  }
  .tab-list { /* margin-left: 66px; */
  }
  .tab-pro {
    width: 44%;
    left: -53px;
    top: 16px;
  }
}
@media screen and (max-width: 1699px) {
  .ban-txt a.txt-font {
    padding-top: 1%;
  }
}
@media screen and (max-width: 1599px) {
  .wrap {
    width: 94%;
  }
  .tab-pro {
    width: 35%;
  }
  .nav {
    margin-left: 35px;
  }
  .ban-txt a {
    font-size: 60px;
  }
  .ban-txt a.txt-font {
    font-size: 55px;
  }
  .ban-txt i {
    font-size: 72px;
  }
  .ban-item:before {
    top: 175px;
    width: 32%;
  }
  .ban-pic {
    width: 50%;
    margin-right: 8%;
  }
  .ban-pic:after {
    z-index: -1;
    background-size: 100% 100%;
    top: -30px;
    width: 190px;
    height: 510px;
  }
  .ban-con .slick-prev {
    margin-left: -45%;
  }
  .ban-con .slick-next {
    margin-left: -30%;
  }
  .paging {
    margin-left: -38%;
    bottom: 66px;
  }
  .tab-info {
    margin-left: 1rem;
  }
  .tab-info a {
    font-size: 16px;
  }
  .tab-info p {
    font-size: 14px;
    margin-top: 5px;
  }
  .tab-list { /* padding: 20px 10px 25px 70px; */
  }
  .cont-font {
    font-size: 24px;
  }
  .edit-text label input, .edit-area textarea {
    width: 210px;
  }
  .index-cont {
    padding: 55px 3% 55px 18%;
  }
  .type-txt {
    padding-left: 40px;
  }
  .type-txt a {
    font-size: 36px;
  }
  .top-about {
    background-size: 100% 100%;
  }
  .page-top .page-right .box .box-right {
    width: 220px;
    height: 58px;
    line-height: 58px;
  }
  .page-top .page-right .box .box-right:before {
    height: 58px;
  }
  .cact-client li {
    width: 233px;
  }
  .hot-name {
    height: 157px;
  }
  .news-hots {
    margin-top: 80px;
  }
  .hots-name {
    height: 137px;
  }
  .page-top .page-right h1 {
    font-size: 32px;
  }
  .page-top .page-right {
    padding: 35px 30px 0 22%;
  }
  .index-pice .pice {
    width: 66%;
  }
  .pice-bottom .piceLeft a {
    width: 280px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    margin-top: 35px;
  }
  .pice-bottom .piceLeft strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 1499px) {
  .about-txt p i {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  .wrap {
    width: 96%;
  }
  .nav li a, .cact-client p {
    font-size: 16px;
  }
  .top-tel p strong {
    font-size: 22px;
  }
  .ban-pic span {
    font-size: 20px;
  }
  .tab-list { /* padding: 16px 12px 16px 50px; */
  }
  .tab-pro {
    top: 15px;
  }
  .ban-con .slick-prev, .ban-con .slick-next {}
  .ban-con .slick-prev {
    right: 10%;
  }
  .ban-con .slick-next {
    right: 0%;
  }
  .paging {
    margin-left: -39%;
    right: 5%;
  }
  .ban-btn {
    margin-top: 106px;
  }
  .type-txt a {
    font-size: 28px;
  }
  .type-link {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
  }
  .type-txt {
    padding-left: 10px;
  }
  .ban-txt a {
    font-size: 48px;
  }
  .ban-txt a.txt-font {
    font-size: 46px;
  }
  .txt-name h2, .index-txt h2, .hot-txt h2, .base-txt h2, .about-txt h1, .about-txt h2, .ser-font strong, .top-base strong, .cact-client h2, .cactLeft strong, .index-pice .pice h2 {
    font-size: 38px;
  }
  .index-cont:after {
    width: 170px;
    height: 260px;
  }
  .index-cont {
    padding: 55px 5% 55px 15%;
  }
  .cont-font {
    font-size: 18px;
  }
  .edit-text, .edit-area, .edit-btn {
    margin-left: 15px;
  }
  .link-con dt a {
    font-size: 24px;
  }
  .index-link:before {
    left: 0;
  }
  .link-con {
    width: 17%;
    margin-left: 5%;
  }
  .link-care {
    width: 410px;
  }
  .price-pic {
    left: 57%;
  }
  .price-info {
    width: 60%;
  }
  .page-top .page-right li {
    margin-top: 20px;
  }
  .top-cact h1 {
    font-size: 42px;
  }
  .cact-client li {
    width: 204px;
  }
  .cact-client li span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .cact-client li strong {
    font-size: 18px;
    margin: 7px auto;
  }
  .cact-client {
    padding-bottom: 0;
  }
  .cact-foot {
    padding: 60px 0 50px;
  }
  .cactLeft form .button input {
    width: 210px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
  }
  .news-con, .news-page .content-base {
    padding: 40px 30px;
  }
  .hot-link, .content-right {
    width: 34%;
  }
  .hot-name {
    height: 140px;
    padding: 0px 50px;
  }
  .hots-name {
    height: 120px;
    padding: 60px 30px 15px;
  }
  .pro-cons {
    padding: 40px;
  }
  .content-base {
    padding: 30px 30px 60px;
  }
  .content-right {
    padding-right: 0;
  }
  .scene .scene-right {
    padding-left: 15px;
  }
  .scene .scene-right h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .scene .scene-right .xq-js p {
    padding-left: 25px;
    margin-top: 10px;
    font-size: 16px;
  }
  .scene li {
    margin-top: 25px;
  }
  .case-scene {
    margin: 35px 0;
  }
  .about-info ul {
    margin-top: 25px;
  }
  .about-info span {
    margin-top: 30px;
  }
  .index-pice .pice {
    left: 30%;
  }
  .index-pice .pice p {
    margin-top: 5px;
  }
  .pice-bottom .piceLeft a {
    margin-top: 15px;
  }
  .video-info li {}
  .index-video {
    padding-bottom: 0;
  }
  .index-video:before {
    background: #1D2025;
  }
  .pice-bottom .piceLeft .btn-price {
    height: 72px;
    line-height: 72px;
  }
  .four-page .four-right strong {
    font-size: 50px;
  }
  .ser-idea ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1313px) {
  .about-txt p {
    margin-top: 50px;
  }
}

/* 分页样式 */
.uk-text-center {
    text-align: center !important;
	padding:20px 0px;
	line-height:20px;
}

.uk-clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.frontier-paging {
	margin-top: 32px;
}
.frontier-paging ul {
	display: inline-block;
	vertical-align: bottom;
}
.frontier-paging ul span, .frontier-paging ul a {
	display: block;
	float: left;
	margin: auto 2px;
	padding: 4px 12px;
	background: #FFF;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	border-radius: 2px;
	font-size: 14px;
	color: #999;
	height:30px;
}
.frontier-paging ul a.page-num-current, .frontier-paging ul a:hover {
	color: #FFF;
	background-color: #444;
}
